home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / T / Thinkcup.cpt / TCL Update / TCL Update Diffs / CBitMapPane.c.Diff < prev    next >
Encoding:
Text File  |  1990-02-27  |  860 b   |  22 lines  |  [TEXT/MPS ]

  1. File #1: Roy G. Biv:C TCL patch ƒ:new files:CBitMapPane.c
  2. File #2: Roy G. Biv:C TCL patch ƒ:old files:CBitMapPane.c
  3.  
  4. Extra lines in 1st before 49 in 2nd (File "Roy G. Biv:C TCL patch ƒ:new files:CBitMapPane.c"; Line 49:62; File "Roy G. Biv:C TCL patch ƒ:old files:CBitMapPane.c"; Line Δ49)
  5.   49                               
  6.   50            /*
  7.   51                Altered by TCL Weaver version 1.0 (2/21/90).
  8.   52                
  9.   53                Exit if we couldn't create the bitmap.
  10.   54                Someone further up the call chain (i.e.,
  11.   55                CArtClassDoc.BuildWindow) should detect
  12.   56                the problem and tell gError to post an
  13.   57                alert.
  14.   58            */
  15.   59            
  16.   60            if (itsBitMap->macBitMap->baseAddr == NULL)
  17.   61                return;
  18.   62                               
  19.  
  20.  
  21. *** EOF on both files at the same time ***
  22.